home *** CD-ROM | disk | FTP | other *** search
/ Network CD 1 / Network CD.iso / converters / pbmplus / doc / pbmupc.doc < prev    next >
Encoding:
Text File  |  1990-06-20  |  1.7 KB  |  67 lines

  1.  
  2.  
  3.  
  4. pbmupc(1)                   PBM Plus                    pbmupc(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      pbmupc - create a Universal Product Code bitmap
  10.  
  11. SYNOPSIS
  12.      pbmupc [-s1|-s2] <type> <manufac> <product>
  13.  
  14. DESCRIPTION
  15.      Generates a Universal Product Code symbol.  The three argu-
  16.      ments are: a one digit product type, a five digit manufac-
  17.      turer code, and a five digit product code.  For example, "0
  18.      72890 00011" is the code for Heineken.
  19.  
  20.      The -s1 and -s2 flags select the style of UPC to generate.
  21.      The default, -s1, looks more or less like this:
  22.       ||||||||||||||||
  23.       ||||||||||||||||
  24.       ||||||||||||||||
  25.       ||||||||||||||||
  26.      0||12345||67890||5
  27.      The other style, -s2, puts the product type digit higher up,
  28.      and doesn't display the checksum digit:
  29.       ||||||||||||||||
  30.       ||||||||||||||||
  31.      0||||||||||||||||
  32.       ||||||||||||||||
  33.       ||12345||67890||
  34.  
  35.      As presently configured, pbmupc produces a bitmap 230 bits
  36.      wide and 175 bits high.  The size can be altered by changing
  37.      the defines at the beginning of the program, or by running
  38.      the output through pnmenlarge or ppmscale.
  39.  
  40. SEE ALSO
  41.      pbm(5)
  42.  
  43. AUTHOR
  44.      Copyright (C) 1989 by Jef Poskanzer.
  45.  
  46.      Permission to use, copy, modify, and distribute this
  47.      software and its documentation for any purpose and without
  48.      fee is hereby granted, provided that the above copyright
  49.      notice appear in all copies and that both that copyright
  50.      notice and this permission notice appear in supporting docu-
  51.      mentation.  This software is provided "as is" without
  52.      express or implied warranty.
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Printed 5/25/90           14 March 1989                         1
  64.  
  65.  
  66.  
  67.